2014-05-06 - 6474 - Break Fix - SNC PO form changes in Pack slip #ProductionBreakFix #MMPPForms #SNCProject #ABAPSUPPORT #ABAPSNC #abapformsfi
2014-05-06 - 6474 - Break Fix - SNC PO form changes in pack slip
Problem Summary
Country field is missing in the address of pack slip and some times observed that quantities at SKU level are duplicating in the pack slip.
Admin Info
Purpose
|
SNC PO form changes in pack slip
|
Requested by
|
Babu Lankipalli
|
Issue Date
|
05-06-2014
|
Resolved by
|
Laxman/ Prudvi
|
Resolved Date
|
05-08-2014
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
Investigate why Country is missing in the Pack Slip of PO Form and SKUs are duplicated which is calculating the wrong total order quantity.
For Eg. PO # 4500091954 & 4500103172.
Solution Analysis and Recommendations
(Include Screen Shots if required)
Analyzed both the purchase orders 4500091954 & 4500103172. In purchase order 4500091954 country field is missing due to insufficient window size and in purchase order
4500103172 , wrong total quantities are coming due to duplicate SKU 's because of bug in the form .
To correct this advised client to modify the packslip by increasing address data window to accomidate the country field and correct the code to remove the duplicate entries at SKU level.
The following changes should be carried out in PO form .
1) Increase the Adddress Window Size to accomodate Country
2) Modify the code in the main window part of the form to remove the duplicate entries at SKU Level.
Form Name: ZAFSMEDRUCK_PO_PACK
Test Plan
[List test scenarios/cases to be executed here]
|
Test Scenario
|
Expected Results
|
1
|
Create the Z3NB purchase order for TAS sales order .
|
Check the print for country filed in the address of pack slip.
|
2
|
Create the Z3NB purchase order for TAS sales order
|
Check the print for no duplicate entries at SKU level in the pack slip
|
Resolution
Modify the smart form ZAFSMEDRUCK_PO_PACK by increasing the address window and correct the code in the main window of the Form.
Code is modified to remove the duplicate entries at SKU level.
Release Information
Provide link here to Release Notes if Technical Objects were changed